CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - image neural network

搜索资源列表

  1. BP network.matlab平台的基于bp神经网络的遥感图像分类

    2下载:
  2. matlab平台的基于bp神经网络的遥感图像分类,matlab platform bp neural network-based remote sensing image classification
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2012-10-21
    • 文件大小:1696431
    • 提供者:许天宇
  1. bpnetwork.rar

    2下载:
  2. bp神经网络做图像识别的简单代码,里面有程序和简单说明,bp neural network image recognition to do a simple code, there are procedures and a brief explanation
  3. 所属分类:Graph Recognize

    • 发布日期:2016-05-18
    • 文件大小:37277146
    • 提供者:刘平
  1. 3

    0下载:
  2. 关于rbf神经网络实现图像分类的IEEE英文文献 和大家一起分享-Image Classification using a Module RBF Neural Network
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-24
    • 文件大小:164148
    • 提供者:sfes
  1. A_new_algorithm_of_image_compress_based_on_BP_neur

    1下载:
  2. 本文探讨了神经网络用于图像压缩的方法,提出了一种基于边缘信息检测的BP神经网络压缩方法:按图像各部分像素特征将图像分为平滑块、纹理块和边缘块,不同的分类块采用不同的隐含层数。实验结果证明本算法在在保证重建图像丰富细节的同时,能大大提高图像的压缩比。-This paper discusses the neural network for image compression method, edge information is presented based on BP neural networ
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:382933
    • 提供者:王蒙
  1. VCimagerecognition

    0下载:
  2. 《精通VisualC++数字图像处理模式识别技术及工程实践》介绍了模式识别和人工智能中的一些基本理论,以及一些相关的模型,包括贝叶斯决策、线性判别函数、神经网络理论、隐马尔可夫模型、聚类技术等,同时结合模式识别中的一些问题,比如字符识别、笔迹鉴定、人脸检测、车牌识别、印章识别以及遥感图片、医学图片处理等内容,从多种角度,介绍了解决这些问题的思路-" Proficient in VisualC++ digital image processing, pattern recognition
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-03
    • 文件大小:11152793
    • 提供者:吴晶
  1. neuro_demo

    0下载:
  2. 基于神经网络的图像分类方法,代码执行效率高,国外网站上下的,是一个完整的工程-Based on neural network image classification methods, code implementation of high efficiency, foreign Web site from top to bottom, is a complete project
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:185795
    • 提供者:haoyubao
  1. 20081104ga_src

    0下载:
  2. 遗传算法(GA)和神经网络(network)结合的算法,用于图像分类,包含完整的工程-Genetic Algorithm (GA) and neural network (network) combining algorithm, for image classification, including the complete works
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:26136
    • 提供者:haoyubao
  1. Researchontheshapefeatureextractionandrecognition.

    0下载:
  2. 主分量分析(PCA ) 是统计学中分析数据的一种有效的方法, 可以将数据从高维数据空间变换到低维特征空间, 因而 可以用于数据的特征提取及压缩等方面。在该文的形状识别系统中, 用PCA 法提取图像的形状特征, 能够较好地满足识别 层的输入要求。在识别层研究了3 种识别方法: 最近邻法则、BP 网络及协同神经网络方法, 均取得了满意的实验效果。-Principal component analysis (PCA) is a statistical analysis of data in a
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:278208
    • 提供者:陈平
  1. Matlab_Image_Processing

    1下载:
  2. 林健写的Matlab在图像处理与目标识别方面的应用实验,包括染色体识别与统计、汽车牌照定位与字符识别、基于BP神经网络识别字符的简单实验。-Lam Kin Writing at the Matlab image processing and target recognition application experiments, including chromosome identification and statistics, vehicle license positioning and c
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1180151
    • 提供者:王云
  1. Neural-network-recognition-system

    0下载:
  2. 使用说明 第一步:训练网络。使用训练样本进行训练。 第二步:识别。首先,打开图像(256色);再次,进行归一化处理,点击“一次性处理”;最后,点击“R”或者使用菜单找到相应项来进行识别。识别的结果显示在屏幕上,同时也输出到文件result.txt中。 该系统的识别率一般情况下为90 。 此外,也可以单独对打开的图片一步一步进行图像预处理工作,但要注意,每一步工作只能执行一遍,而且要按顺序执行。 具体步骤为:“256色位图转为灰度图”-“灰度图二值化”-
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-17
    • 文件大小:64386
    • 提供者:李晓国
  1. imagevectorquantization

    1下载:
  2. 本代码是利用matlab开发环境,对图像进行矢量量化,从而实现对图像的压缩;并介绍了需要用到的一些matlab现有函数及其使用方法和功能;在码书的训练方法上选择的是自组织映射神经网络,解码重建后的图像质量较好-The application of Self-Orgnization Feature Maps neural network in image vector quantization
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:2768
    • 提供者:周澜
  1. IRandvisbletuxiangpeizhun

    0下载:
  2. 针对可见光与红外图像的特点和难点,提出了可见光与红外图像配准与融合中的关键技术,即: 使用新型的基于一维最大类间方差和最大连通性测量的图像分割方法对源图像进行分割来更好地实行图像粗 配准 使用新型的特征点提取方法,特征点的匹配及误匹配的消除来更好地实行图像精配准 采用新型的基 于区域的树状小波活性测度计算来实现树状小波图像融合 利用自生成神经网络来实现模栩图像融合. -For visible light and infrared images of the characteris
  3. 所属分类:Special Effects

    • 发布日期:2014-05-19
    • 文件大小:482686
    • 提供者:媛媛
  1. self-organizing

    1下载:
  2. 基于自组织特征映射神经网络的图像压缩算法,EI检索论文,绝对有参考价值.-Based on self-organizing feature map neural network image compression algorithm, EI retrieval papers, the absolute reference value.
  3. 所属分类:software engineering

    • 发布日期:2016-05-21
    • 文件大小:309008
    • 提供者:yangjianlei
  1. Yong

    0下载:
  2. Image thresholding has played an important role in image segmentation. In this paper, we present a novel spatially weighted fuzzy c-means (SWFCM) clustering algorithm for image thresholding. The algorithm is formulated by incorporating the spatial ne
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:294242
    • 提供者:silviudog
  1. Gender

    1下载:
  2. matlab 神经网络算法应用于图片中人物性格识别,通过对神经网络的训练,可以识别图像中是男性还是女性-matlab neural network algorithm is applied to the picture of character recognition, neural network through training, can identify the image is male or female. . .
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:639287
    • 提供者:Turing
  1. PatternRecognition

    0下载:
  2. 图象处理 模式识别 多种分类方法(最临近匹配分类器、Bayes分类器、线性函数分类、非线性函数分类、神经网络分类)识别0-9数字 手写数字与数字图片,包括设计训练样品库、可以选择多种分类器来识别识别0-9这十个阿拉伯数字,包括临时手写的数字,也包括图片中的数字 -Pattern recognition image processing a variety of classification (the most close to matching classifier, Bay
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-31
    • 文件大小:541253
    • 提供者:yao
  1. Image Identification

    0下载:
  2. 采用CNN 卷积神经网络对图像进行识别,两种方法,CNN,,MLP(CNN convolution neural network for image recognition, two methods, CNN, MLP)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-31
    • 文件大小:23552
    • 提供者:索兰商苏
  1. Microsoft_Unity_Succinctly

    0下载:
  2. An artificial neural network (sometimes abbreviated ANN, or shortened to just "neural network" when the context is clear) is a software system that loosely models biological neurons and synapses. Before explaining exactly how neural network
  3. 所属分类:Windows编程

    • 发布日期:2018-01-01
    • 文件大小:1560576
    • 提供者:Fawzy
  1. A Fast Single Image Haze Removal Algorithm

    0下载:
  2. Single image haze removal has been a challenging problem due to its ill-posed nature. In this paper, we propose a simple but powerful color attenuation prior for haze removal from a single input hazy image. By creating a linear model for modeling
  3. 所属分类:matlab例程

    • 发布日期:2018-01-01
    • 文件大小:2496512
    • 提供者:Deep123
  1. CSH_code_v3

    0下载:
  2. 基于神经网络的图像修复算法和论文 IMAGE INPAINTING THROUGH NEURAL NETWORKS HALLUCINATIONS(Image Restoration Based on Neural Network IMAGE INPAINTING THROUGH NEURAL NETWORKS HALLUCINATIONS)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-22
    • 文件大小:7028736
    • 提供者:prrfile
« 1 2 3 4 56 7 8 9 10 ... 41 »
搜珍网 www.dssz.com